@charset "utf-8";
/* CSS Document */
/*
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
*/
.container{
	width: 1440px;
	margin: 0 auto;
}
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
h1, h2, h3{
	font-weight: bold;
}
.menu{
	margin: auto 0 auto auto;
}
.menu li{
	display: block;
	margin: 0 25px 0 0;
	line-height: 90px;
}
.menu li a{
	display: block;
	font-size: 16px;
	color: #333;
	padding: 0 20px;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li:hover a,
.menu li.this a{
	color: #fc0200;
	font-weight: bold;
}
.menu li a::after{
	width: 0;
	height: 4px;
	background: #fc0200;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li.this a::after,
.menu li:hover a::after{
	width: 100%;
	left: 0;
}


.search{
	width: 190px;
	height: 40px;
	padding: 0 20px 0 20px;
	box-sizing: border-box;
	background: #f4f4f4;
	border-radius: 20px;
}
.search .stext{
	height: 40px;
	border: none;
	background: none;
	width: 130px;
	color: #999;
}
.search .sbut{
	font-size: 20px;
	color: #aaa;
	width: 20px;
	text-align: center;
	border: none;
	background: url('../images/sbut.png') center no-repeat;
	background-size: 19px;
	cursor: pointer;
}


.banner .swiper-pagination-switch{
	width: 60px;
	height: 4px;
	border-radius: 2px;
}
.banner .swiper-active-switch{
	background-color: #fc0200;
}

.stitle{
	text-align: center;
}
.stitle h2{
	font-size: 36px;
	color: #111;
}
.stitle h2 span{
	color: #fc0200;
}
.stitle p{
	color: #999;
	font-size: 20px;
	text-transform: uppercase;
}
.stitle .line{
	width: 40px;
	height: 3px;
	background: #fc0200;
	margin: 20px auto 0 auto;
}

.proslide{
	position: relative;
}
.proslide li a{
	display: block;
	margin: 0 15px;
}
.proslide li .pic{
	background: #f3f3f3;
	border: 4px solid #f3f3f3;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.proslide li:hover .pic img{
	transform: scale(1.1);
}
.proslide li p{
	background: #f3f3f3;
	line-height: 60px;
	border-top: 1px solid #ddd;
	text-align: center;
	padding: 0 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 20px;
	color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.proslide li:hover .pic{
	border-color: #fc0200;
}
.proslide li:hover p{
	color: #fff;
	font-weight: bold;
	background: #fc0200;
	border-color: #fc0200;
}

.arrow_proslide{
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	border: 1px solid #fd0100;
	color: #fd0100;
	text-align: center;
	font-size: 22px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	margin-top: -26px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.arrow_proslide:hover{
	background: #fd0100;
	color: #fff;
}
.arrow_proslide_left{
	left: -60px;
	transform: rotate(180deg);
}
.arrow_proslide_right{
	right: -60px;
}


.application{
	background: #f4f4f4;
}

.appslide li{
	width: 239px;
	height: 480px;
	margin: 0 1px 0 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.appslide li.this{
	width: 480px;
}
.appslide li .text{
	color: #fff;
	text-align: center;
	width: 100%;
	margin: 120px auto auto auto;
}
.appslide li .text .iconfont{
	font-size: 54px;
}
.appslide li .text span{
	font-size: 24px;
	display: block;
	margin: 15px 0 10px 0;
}
.appslide li .text p{
	font-size: 14px;
	opacity: .6;
	text-transform: uppercase;
}


.about{
	background: url(../images/bg_about.jpg) center bottom no-repeat;
	background-size: cover;
}

.abouttext{
	align-items: flex-start;
}
.abouttext .pic{
	width: 50%;
}
.abouttext .text{
	width: 50%;
	padding: 0 0 0 60px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 28px;
	color: #666;
	text-indent: 2em;
}
.abouttext .text .more{
	float: right;
	width: 160px;
	line-height: 46px;
	text-align: center;
	border: 1px solid #fd0100;
	margin: 80px 0 0 0;
	color: #fd0100;
	justify-content: center;
	text-indent: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.abouttext .text .more:hover{
	background: #fd0100;
	color: #fff;
}

.news{
	background: #f4f4f4;
}
.newslist li{
	display: block;
	width: 32%;
	margin: 0 2% 0 0;
	float: left;
}
.newslist li:last-child{
	margin: 0;
}
.newslist li:hover .pic img{
	transform: scale(1.1);
}
.newslist li .text{
	padding: 35px 40px;
	background: #fff;
}
.newslist li .text .date{
	font-family: "Arial";
	font-size: 16px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newslist li .text .date span{
	font-family: "Arial";
	font-size: 18px;
	font-weight: bold;
}
.newslist li .text strong{
	font-size: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 15px 0 10px 0;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newslist li .text .newsintro{
	font-size: 16px;
	line-height: 28px;
	color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newslist li:hover .text .date,
.newslist li:hover .text strong{
	color: #fd0100;
}
.news .more{
	width: 160px;
	line-height: 46px;
	text-align: center;
	border: 1px solid #fd0100;
	margin: 60px auto 0 auto;
	color: #fd0100;
	justify-content: center;
	text-indent: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.news .more:hover{
	background: #fd0100;
	color: #fff;
}


.footer{
	background: #1b1b1b;
	border-top: 5px solid #fd0100;
	color: #fff;
}
.footer .container{
	align-items: flex-start;
}
.ftitle{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.fmenu li{
	display: block;
	line-height: 30px;
}
.fmenu li a{
	font-size: 14px;
	color: #a3a3a3;
}

.fcontact p{
	justify-content: flex-start;
	color: #a3a3a3;
	font-size: 14px;
	line-height: 34px;
}
.fcontact p .iconfont{
	margin: 0 5px 0 0;
	font-size: 18px;
}
.fcontact p strong{
	color: #fff;
}


.fmessage{
	width: 615px;
}

.messageform li{
	display: block;
	float: left;
	width: 49%;
	margin: 0 2% 2% 0;
	position: relative;
}
.messageform li:nth-child(2n){
	margin: 0 0 2% 0;
}
.messageform li input{
	width: 100%;
	border: 1px solid #333;
	height: 42px;
	display: block;
	padding: 0 20px;
	box-sizing: border-box;
	background: none;
	color: #fff;
}
.messageform li.lytext{
	width: 100%;
	margin: 0;
}
.messageform li textarea{
	width: 100%;
	border: 1px solid #333;
	height: 90px;
	display: block;
	padding: 10px 20px;
	box-sizing: border-box;
	background: none;
	color: #fff;
	margin: 0 0 2% 0;
}
.messageform .subbutton{
	width: 100%;
	line-height: 42px;
	border: 1px solid #fd0100;
	text-align: center;
	color: #fff;
	background: #fd0100;
	border: none;
	color: #fff;
	cursor: pointer;
}
.messageform li img{
	width: 82px;
	height: 35px;
	padding: 2.5px 0;
	background: #f4f4f4;
	position: absolute;
	right: 0;
	top: 0;
}
.layui-layer-msg{
	top: 40% !important;
}
.cr{
	text-align: center;
	font-size: 14px;
	color: #888;
	line-height: 20px;
	padding: 24px 0;
	border-top: 1px solid #434343;
	background: #1b1b1b;
}
.cr a{
	font-size: 14px;
	color: #888;
}


.bannerbg,
.nbanner,
.listbanner{
	height: 400px;
	
}
.bannerbg .text h2{
	font-size: 50px;
	color: #fff;
}
.bannerbg .text p{
	font-size: 16px;
	color: #fff;
	margin: 15px 0 0 0;
}

.nmenu{
	background: #eee;
}
.nmenu .flex{
	justify-content: flex-start;
}
.nmenu li{
	display: block;
	padding: 0 40px;
	line-height: 60px;
	position: relative;
}
.nmenu li::after{
	width: 1px;
	height: 16px;
	background: #ababab;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}
.nmenu li a{
	display: block;
	padding: 0 20px;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nmenu li a::after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #fd0100;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nmenu li.this a,
.nmenu li:hover a{
	color: #fd0100;
}
.nmenu li.this a::after,
.nmenu li:hover a::after{
	width: 100%;
	left: 0;
	opacity: 1;
}


.nabouttitle{
	font-size: 32px;
	color: #111;
	font-weight: bold;
	text-align: center;
}
.nabout .text{
	font-size: 16px;
	line-height: 28px;
	color: #666;
	text-indent: 2em;
}


.nenv{
	background: url(../images/bg_env.jpg) center no-repeat;
	background-size: cover;
}

.nenvslide li a{
	display: block;
	margin: 0 30px;
}
.nenvslide li p{
	text-align: center;
	line-height: 44px;
	font-weight: bold;
	font-size: 17px;
	border-bottom: 3px solid rgba(213,1,0,0);
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nenvslide li:hover .pic img{
	transform: scale(1.1);
}
.nenvslide li:hover p{
	border-bottom: 3px solid rgba(213,1,0,1);
}








.nhonorslide{
	position: relative;
}
.nhonorslide li a{
	display: block;
	margin: 0 20px;
	padding: 40px 60px;
	background: #eee;
}
.arrow_nhonorslide{
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #eee;
	color: #666;
	text-align: center;
	padding: 0 0 0 3px;
	box-sizing: border-box;
	font-size: 22px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	margin-top: -26px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.arrow_nhonorslide:hover{
	background: #fd0100;
	color: #fff;
}
.arrow_nhonorslide_left{
	left: -60px;
	transform: rotate(180deg);
}
.arrow_nhonorslide_right{
	right: -60px;
}


.nnews li{
	margin: 0 0 30px 0;
	display: block;
}
.nnews li a{
	padding: 25px;
	background: #eee;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews li .pic{
	width: 300px;
}
.nnews li:hover .pic img{
	transform: scale(1.1);
}
.nnews li .text{
	width: 1000px;
	margin: 0 30px 0 0;
}
.nnews li .text span{
	font-size: 18px;
	color: #111;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews li .text p{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin: 15px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews li .text .more{
	text-align: right;
	font-size: 14px;
	color: #666;
	margin: 30px 0 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews li:hover a{
	background: #d50100;
}
.nnews li:hover a *{
	color: #fff !important;
}


.banner_pro .text h2{
	color: #333;
}
.banner_pro .text p{
	color: #666;
}

.nprocate .flex{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.nprocate li{
	width: 24%;
	line-height: 56px;
	display: block;
	background: #eee;
	margin: 0 1.333% 1.333% 0;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nprocate li:nth-child(4n){
	margin: 0 0 1.333% 0;
}
.nprocate li a{
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nprocate li.this,
.nprocate li:hover{
	background: #fd0100;
}
.nprocate li.this a,
.nprocate li:hover a{
	color: #fff;
}


.nprolist li{
	width: 24%;
	display: block;
	float: left;
	margin: 0 1.333% 1.333% 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nprolist li:nth-child(4n){
	margin: 0 0 1.333% 0;
}
.nprolist li .pic{
	border: 2px solid #f3f3f3;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nprolist li:hover .pic{
	border: 2px solid #fd0100;
}
.nprolist li:hover .pic img{
	transform: scale(1.1);
}
.nprolist li p{
	text-align: center;
	line-height: 60px;
	background: #f3f3f3;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nprolist li:hover p{
	color: #fff;
	background: #fd0100;
}



.ntitle{
	text-align: center;
	font-size: 28px;
	line-height: 26px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
.ntitle::after{
	content: '';
	display: block;
	width: 48px;
	height: 4px;
	border-radius: 2px;
	background: #d50100;
	margin: 15px auto 0 auto;
}

.ncontact .ntitle{
	text-align: left;
}
.ncontact .ntitle::after{
	margin: 15px 0 0 0;
}

.ncontacttext{
	width: 645px;
	padding: 50px;
	background: #f4f4f4;
	box-sizing: border-box;
}
.ncontacttext .text{
	margin: 30px 0 0 0;
}
.ncontacttext .text p{
	line-height: 18px;
	font-size: 16px;
	color: #252525;
	padding: 20px 0 10px 40px;
	margin: 0 0 10px 0;
	position: relative;
	border-bottom: 1px solid #c8c8cd;
}
.ncontacttext .text p .iconfont{
	position: absolute;
	font-size: 22px;
	width: 22px;
	line-height: 22px;
	text-align: center;
	color: #d50100;
	left: 0;
	top: 20px;
}

.ewmarea{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #d4d4d4;
	padding: 10px 0;
	margin: 90px 0 0 0;
}
.ewmarea li{
	display: block;
	margin: 0 25px;
}
.ewmarea li .pic{
	width: 104px;
	margin: 0 auto;
}
.ewmarea li p{
	text-align: center;
	color: #303132;
	font-size: 14px;
	text-transform: uppercase;
	margin: 5px 0 0 0;
}




.nmessage{
	width: 690px;
	padding: 2% 0 0 0;
	box-sizing: border-box;
}
.nmessageform{
	width: 100%;
	margin: 30px 0 0 0;
}
.nmessageform li{
	margin: 0 0 13px 0;
	float: none;
	width: 100%;
	position: relative;
}
.nmessageform li input,
.nmessageform li textarea{
	background: #f4f4f4;
	height: 44px;
	padding: 0 15px;
	display: block;
	border: 1px solid #fff;
	color: #333;
	font-size: 16px;
}
.nmessageform li input.layui-form-danger{
	border: 1px solid #fd0100;
}
.nmessageform li textarea{
	height: 180px;
	padding: 15px;
}
.nmessageform li img{
	width: 82px;
	height: 35px;
	padding: 4.5px 0;
	border-radius: 10px;
	background: #f4f4f4;
	position: absolute;
	right: 0;
	top: 0;
}
.nmessageform .subbutton{
	background: #d50100;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	border: none;
	color: #fff;
	cursor: pointer;
}


.nmessageform li input::-webkit-input-placeholder{		color: #858585; font-size: 16px;}
.nmessageform li input::-moz-input-placeholder{			color: #858585; font-size: 16px;}
.nmessageform li input::-ms-input-placeholder{			color: #858585; font-size: 16px;}
.nmessageform li input::-o-input-placeholder{			color: #858585; font-size: 16px;}
.nmessageform li textarea::-webkit-input-placeholder{	color: #858585; font-size: 16px;}
.nmessageform li textarea::-moz-input-placeholder{		color: #858585; font-size: 16px;}
.nmessageform li textarea::-ms-input-placeholder{		color: #858585; font-size: 16px;}
.nmessageform li textarea::-o-input-placeholder{		color: #858585; font-size: 16px;}


.maparea{
	overflow: hidden;
}
.maparea iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
}















